home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / strpp300.zip / README < prev    next >
Text File  |  1993-04-11  |  3KB  |  78 lines

  1.  
  2.                          String++ Version 3.0
  3.  
  4.                   Copyright (c)1993 by Carl Moreland
  5.                                04/10/93
  6.  
  7. -----------------------------------------------------------------------
  8.     String++ is a string class for Borland C++ or TurboC++. The distri-
  9. buted files are:
  10.  
  11.     str.h        header file for String++
  12.     str.cpp        source code for String++
  13.     str.lib        library of all string functions (large model)
  14.     str.doc        documentation file
  15.     str.his        revision history
  16.     demo.cpp    demo of string methods
  17.     strng.h        Borland Container Class Library version
  18.     strng.cpp    BCCL source code
  19.     strng.lib    BCCL library extension (large model)
  20.     strng.doc    instructions for installing BCCL version
  21.     strng.bat    installation script for BCCL version
  22.     regexp.*    regular expression class
  23.     filestr.*    FileString class
  24.     parsestr.*    ParseString class
  25.     readme        this file
  26.  
  27. A demonstration of most of the string methods is contained in demo.cpp. 
  28. To run the demo, simply compile and link it with str.lib.
  29.  
  30. -----------------------------------------------------------------------
  31. This software may be distributed and used according to the following
  32. rules:
  33.  
  34. - You may modify this software in any way you see fit and use it for
  35.   any purpose you wish, including use in software that is sold for pro-
  36.   fit. You may NOT include any source code of this software with any
  37.   program that is sold for any fee.
  38.  
  39. - All distributed copies of this software MUST be original and unmodi-
  40.   fied and include all files listed above.
  41.  
  42. - You may NOT charge any fee for this software, without written permis-
  43.   sion from the author, except for the case of electronic bulletin
  44.   boards which normally charge for connect time and for software dis-
  45.   tributers which charge a nominal media and handling fee.
  46.  
  47. - The author retains all rights to the source code and to the name
  48.   "String++".
  49.  
  50. -----------------------------------------------------------------------
  51. If you find String++ useful, a $10 contribution would be greatly appre-
  52. ciated. Comments, suggestions, and bug reports are also welcomed. Send
  53. them to:
  54.  
  55.     Carl Moreland
  56.     4314 Filmore Rd
  57.     Greensboro, NC 27409
  58.  
  59.     Internet: carl.moreland@analog.com
  60.     CompuServe: 72137,2657
  61.  
  62. For a faster response, CompuServe users should send questions, etc. to 
  63. the Internet address listed. This can be done in CompuServe mail by 
  64. using the address 
  65.  
  66.     INTERNET: carl.moreland@analog.com
  67.  
  68. The latest version of this software can be found on CompuServe in the
  69. Borland C++ forum (GO BCPPDOS, Lib 6, strpp.zip) or on Internet in the
  70. Simtel20 archives (oak.oakland.edu or ftp.uu.net, strppXXX.zip).
  71.  
  72. If you have an Internet address (which includes CompuServe members) 
  73. and you want a formatted PostScript version of str.doc, send me an 
  74. email message and I will send you the file. CompuServe members should 
  75. send the request to INTERNET:carl.moreland@analog.com using CompuServe 
  76. mail. Please do not leave the request on CompuServe.
  77. -----------------------------------------------------------------------
  78.